home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / tw3.zip / TW_INI.111 < prev    next >
Text File  |  1992-10-13  |  6KB  |  102 lines

  1. 7    'Grey on Black color for screen background
  2. 23    'Grey on Blue color for display of Directory tree
  3. 31      'B.White on Blue - text box interiors, primary box text, TREE hilite bar
  4. 30    'B.Yellow on White (secondary color for box text), TREE stats color
  5. 19    'Cyan on Blue color for borders of all text boxes
  6. 206    'Blinking Yellow on red color for blinking messages
  7. 12    'B.Red on Black color for FKey menu display on bottom of screen
  8. 23    'Grey on Blue color for display of UNMARKED file name
  9. 112    'Black on White to display UNMARKED file names under hilite bar
  10. 14    'B.Yellow on Black color to display MARKED file names
  11. 126    'Color for MARKED filename currently under hilite bar
  12. 14    'B.Yellow on Black color for Title Text at top of screen
  13. 15      'B.White on Black color for alternate title text at top of screen
  14. 19    'Cyan on Blue color for display of subdir files and bytes
  15. 116     'Red on white color for warning messages, errors, etc
  16. LIST    'Default file viewer/editor to use (MUST LEAVE SPACE AFTER NAME!)
  17. ---Line 17 Reserved for future use---
  18.     ' Printer control codes for Title line of printout
  19.     ' Printer control codes to cancel above Title codes
  20.     ' Printer control codes for file name, date, size, and time info
  21.     ' Printer control codes for attribute or file note string
  22.     ' Printer control code to RESET your printer
  23. ===============================================================================
  24.  
  25.     To use this file, you must RENAME it from TW_INI.111 to TREEWALK.INI
  26.     and then be sure it is on your current DOS PATH.
  27.  
  28. NOTES - V3.00 - Release date 10/13/92
  29. -------------------------------------
  30.  
  31.         [] - The lines above the double-dashed line above *MUST* remain in the
  32.         sequence shown.
  33.  
  34.         [] - To conserve disk space, you can edit this file to delete any
  35.         or all lines after the dashed double-line, above.  If you do edit this
  36.         file, you should make a backup copy first (unless you are either very
  37.         skilled or very daring!)
  38.  
  39.         [] - Comments are optional, but *MUST* come AFTER the numeric values,
  40.         and MUST be separated from the numeric value by at least one blank
  41.         space character.
  42.            - For the final line, at least one blank space must seperate the
  43.         name of the file viewer / editor from its comment.  If there is no
  44.         comment, leave at least one blank space after the file name.  The given
  45.         program file name MUST be on the current DOS PATH, or else you must
  46.         include the DOS PATH along with the file name.
  47.  
  48.         NOTE: - If you set the name of the file viewer / editor as ASK then you
  49.                 will be asked which program file to use each time you press
  50.                 either ENTER or F4 from within the FILE MANAGER.
  51.  
  52.               - Be aware that TW uses a significant amount (approx 240K) of DOS
  53.                 RAM, so it may not be possible to run a "large" program from
  54.                 within TW.  This facility is intended for relatively small,
  55.                 utility-type programs.
  56.  
  57.               - If the program name you want to use accepts parms after the
  58.                 program name (eg, progname [/parms] filename) go right ahead
  59.                 and put them on the given space.  - If the program accepts
  60.                 parms after the filename, first press ENTER, then add the
  61.                 additional parms as requested.
  62.  
  63.               - TW.EXE uses the program name you input, and shells to DOS using
  64.                 the given program name along with the currently hilited file
  65.                 name as a command line item.  See also the TW.DOC file for more
  66.                 info on /ASK and /NOASK (page 9).
  67.  
  68.         [] - All lines in the TREEWALK.INI file *MUST* end with "hard" CRLF
  69.         (hex 0D0A pair).
  70.  
  71.         [] - Default colors can be restored by erasing or renaming this file.
  72.            - Note that use of the "/M" switch, in either the ENVIRON or on the
  73.         Command line, will override any color setting in this file.
  74.  
  75.         [] - This file *MUST* be named TREEWALK.INI, and *MUST* be located
  76.         on your DOS PATH in order to be effective.  Note that TREEWALK.INI
  77.         does NOT need to be in the same directory as TW.EXE.
  78.  
  79.         [] - New color values may be derived as follows:
  80.  
  81.         Color           Foreground Value                Background Value
  82.  
  83.         BLACK                   0                                0
  84.         BLUE                    1                               16
  85.         GREEN                   2                               32
  86.         CYAN                    3                               48
  87.         RED                     4                               64
  88.         MAGENTA                 5                               80
  89.         YELLOW                  6                               96
  90.         WHITE/GREY              7                              112
  91.  
  92.     - To determine which value to use, just add BACKGROUND and FOREGROUND
  93.     values together, and keep in mind the following:
  94.         - To get INTENSE foreground color, add 8 to foreground value.
  95.         - To get BLINKING attribute, add 128 to the total combined color value.
  96.     - Simply type the new color value at the beginning of the appropriate
  97.     line, above, and TW.EXE will use it next time you use it.
  98. ===============================================================================
  99.                   Steve Dunn
  100.                 CIS 70034:2454
  101.  
  102. ==========================[ END OF TW_INI.111 ]================================